projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6595d
)
Remove extraneous .BaseName from AppVeyor
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 5 Jan 2017 23:41:04 +0000
(15:41 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 5 Jan 2017 23:41:04 +0000
(15:41 -0800)
Apparently this isn't necessary
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index 0ab8748b90bee5aa8e5a0079ac3bced3d1d40dd8..728be22513ca215d4e773974f0f6bc40f858698e 100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-57,7
+57,7
@@
before_deploy:
[io.file]::WriteAllText($_.Path + ".sha256", $_.Hash.ToLower() + "`n")
}
Get-ChildItem -Path deploy | Foreach-Object {
- Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_
.BaseName
+ Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_
}
deploy: